﻿/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
*{
	margin: 0 auto;
	padding: 0;
	font-family: "Microsoft YaHei";

}
body{
	min-width:1248px;
}
img{
	border:0;
}

#all{
	width: 1423px;
	width: 100%;
	overflow: hidden;
}
header{
	width: 100%;
	height: 100%;
}
header img{
	width:100%;
}
a{
	color: #000;
	text-decoration: none;
}
nav{
	height:33px;
	width:1085px;
	margin-bottom: 6px;
}
nav ul{
	list-style: none;
	float: right;
}
nav ul li{
	text-align: center;
	width:80px;
	float:left;
	padding-top:6px;
	padding-bottom: 7px;
	
	margin-left: 40px;
	font-weight: bold;
}
nav ul li:hover{
	border-bottom: 3px solid #2f80dd;
	color: #2f80dd;
}
nav ul li:hover a{
	color: #2f80dd;
}
.pic_return{
	width:100%;
	height: 100%;
	position: relative;
}
.pic_return img{
	width:100%;
}
.pic_return p{
	position: absolute;
	color: #fff;
	font-size: 46px;
	font-weight: bolder;
}
.pr_p1{
	left:450px;
	top:180px;
}
.pr_p2{
	left:530px;
	top:250px;
}
.container{
	margin-top: 40px;
	width:1085px;
	height: 100%;
}

/*页脚*/
footer{
	background-color: #283c54;
	width: 100%;
	height: 300px;
	clear:both;
	padding-top: 30px;

}
.fcontain{
	width:1085px;
	height: 100%;
}
.ftop{
	border-left: 10px solid #fff;
	border-right:10px solid #fff;
	width:97%;
	margin-bottom: 40px;
}
.ftop span{
	display: inline-block;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}
.ftop ul{
	float: right;
	margin-right: 0px;
	line-height: 30px;
}
.ftop li{
	float: left;
	color: #fff;
	margin-left: 30px;
	margin-right: 25px;
	height: 32px;
	font-size: 12px;
}

.fbottom{
	width:100%;
	margin-bottom: 40px;
	color: #fff;

}

.fbottom_left{
	float: left;
	width:15%;
	margin-left: 40px;
	margin-right: 40px;
}
.fbottom_middle{
	line-height: 40px;
	font-size: 12px;
}
.fbottom_right{
	float: right;
}
.fbottom_right p{
	text-align: center;
	font-size: 13px;
}
/*搜索框*/
.s1{
	position: absolute;
	margin-left:140px;
	margin-top: 2px;
	text-align: center;
}
.s2{
	width: 160px;
	height: 25px;
	border: 0;
}

.center{
	text-align: center;
}